ServiceAddNewImContactToGroup Method (ItemId, String) |
Adds the new im contact to group.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic PersonaInfoResponse AddNewImContactToGroup(
ItemId groupId,
string imAddress
)
Public Function AddNewImContactToGroup (
groupId As ItemId,
imAddress As String
) As PersonaInfoResponse
Parameters
- groupId
- Type: Independentsoft.ExchangeItemId
The group identifier. - imAddress
- Type: SystemString
The im address.
Return Value
Type:
PersonaInfoResponsePersonaInfoResponse.
See Also